home *** CD-ROM | disk | FTP | other *** search
- This is version 1 of the move utility. This utility is a little different
- than most move utilities. I have found that with most move utilities the
- system will lock up when copying a file then deleting it will not. That is
- basically what this utility does. It copies the file then eliminates it from
- the current directory. There are no switches to use just a simple format
- as follows:
-
- MV [Sourcefile] [Destination]
-
- Example:
-
- MV Filename.Ext C:\Temp
- This will copy Filename.Ext to C:\Temp\Filename.Ext and delete Filename.Ext
- from the current directory. That's it plain and simple...
-
- In the future this utility will expand to move whole directories as well. It
- will allow you also to copy or move.
-
- If you wish to support the shareware concept and you find this program
- usefull, please send $5 or more (or suggestions) to:
-
- James M Walters
- 1401 Wright Ave
- Richland, Wa 99352
-
- Also available is a unit in turbo pascal that adds to the procedure and
- function list. Basically an expansion of the DOS unit and will be available
- with other utilities for $25 at the address above.
-
-